home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Italian (T-1.2.2) / Stack Principali / Home / background_2282.txt < prev    next >
Text File  |  1988-12-01  |  2KB  |  89 lines

  1. -- background: 2282 from stack: in
  2. -- bmap block id: 7069
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15.  
  16. -- part 6 (field)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=117 top=36 right=61 bottom=394
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 20
  24. -- text size: 18
  25. -- style flags: 0
  26. -- line height: 24
  27. -- part name: 
  28.  
  29.  
  30. -- part 8 (button)
  31. -- low flags: 00
  32. -- high flags: 2000
  33. -- rect: left=256 top=298 right=321 bottom=281
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 1013 / 1013
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Next
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   go next card
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 9 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=228 top=298 right=321 bottom=254
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 1014 / 1014
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Prev
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   go to prev card
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 20 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=15 top=28 right=62 bottom=49
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 2507 / 2507
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   if visible of card field "local help" is true then
  83.     hide card field "local help"
  84.   else
  85.     show card field "local help"
  86.   end if
  87. end mouseUp
  88.  
  89.